-
Couldn't load subscription status.
- Fork 27.3k
feat($animate): animate dirty, pristine, valid, invalid for form/fields #5378
Conversation
Add css animations when form or field status change to/from dirty, pristine, valid or invalid. This works like animation system present with ngClass, ngShow, etc.
|
Is there something I can do to help you integrate this PR ? |
|
Now that the class-based animation fixes have been made in 1.2.13, we can merge this in. Will you be around later today incase of fixes? Sorry for the short notice. |
|
Great news :-) |
|
Alright so the code is great. We're in a bit of a hurry to get this in for tomorrow's release so I'll just redo the test and merge it in. |
Add css animations when form or field status change to/from dirty, pristine, valid or invalid. This works like animation system present with ngClass, ngShow, etc. Closes angular#5378
Add css animations when form or field status change to/from dirty, pristine, valid or invalid. This works like animation system present with ngClass, ngShow, etc. Closes angular#5378
|
Here is the updated PR with fixes to the tests and docs. It has also been rebased onto master. |
|
Closing this for now. Your name is on the new PR commit as well. |
Add css animations when form or field status change to/from dirty, pristine, valid or invalid. This works like animation system present with ngClass, ngShow, etc. Closes angular#5378
Add css animations when form or field status change to/from dirty, pristine, valid or invalid. This works like animation system present with ngClass, ngShow, etc. Closes angular#5378
Add css animations when form or field status change to/from dirty, pristine, valid or invalid. This works like animation system present with ngClass, ngShow, etc. Closes #5378
|
MERGED |
|
Landed as 3344396 |
|
Yeah! Thanks a lot! |
Add css animations when form or field status change to/from dirty,
pristine, valid or invalid. This works like animation system present
with ngClass, ngShow, etc.